From: Wei Liu Date: Fri, 17 Aug 2018 15:12:21 +0000 (+0100) Subject: x86: HVM_FEP should depend on HVM X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~3430 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=060a3fb4addcc217a2835a06adb90991ddc7ea9b;p=xen.git x86: HVM_FEP should depend on HVM Signed-off-by: Wei Liu Acked-by: Andrew Cooper Reviewed-by: Roger Pau Monné --- diff --git a/xen/arch/x86/Kconfig b/xen/arch/x86/Kconfig index 63b286aba6..ba5cb62bdd 100644 --- a/xen/arch/x86/Kconfig +++ b/xen/arch/x86/Kconfig @@ -94,6 +94,7 @@ config BIGMEM config HVM_FEP bool "HVM Forced Emulation Prefix support" if EXPERT = "y" default DEBUG + depends on HVM ---help--- Compiles in a feature that allows HVM guest to arbitrarily